IInchCommand Interface
Represents an inch move.
Inheritance hierarchy
System.Object
IntervalZero.KINGSTAR.Base.Class.IKsCommand
IntervalZero.KINGSTAR.Base.Class.IInchCommand
Namespace: IntervalZero.KINGSTAR.Base.Class
Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
public interface IInchCommand : IKsCommand
Public Interface IInchCommand Inherits IKsCommand
The IInchCommand interface exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Acceleration | A value of the acceleration. |
![]() |
Deceleration | A value of the deceleration. |
![]() |
Direction | The direction of the inch move. |
![]() |
Distance | The maximum distance traveled by this move. |
![]() |
Jerk | A value of the jerk. |
![]() |
Velocity | A value of the specified velocity. [unit/second] |
See also